home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00042_Enter the rainforest Score Script.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  374 b   |  19 lines

  1. on exitFrame
  2.   global rainy
  3.   sound fadeOut 1
  4.   set rainy to 1
  5.   repeat with x = 26 to 29
  6.     if rollOver(x) then
  7.       set the cursor of sprite x to [561, 562]
  8.     end if
  9.   end repeat
  10.   repeat with x = 23 to 29
  11.     if rollOver(x) then
  12.       set the visible of sprite x to 1
  13.       next repeat
  14.     end if
  15.     set the visible of sprite x to 0
  16.   end repeat
  17.   go(the frame)
  18. end
  19.